object Form_DropFile: TForm_DropFile Left = 364 Top = 312 BorderStyle = bsDialog Caption = 'Select import method' ClientHeight = 161 ClientWidth = 304 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button_OK: TButton Left = 10 Top = 130 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button_Cancel: TButton Left = 90 Top = 130 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object PagesImp: TNotebook Left = 0 Top = 0 Width = 304 Height = 126 Align = alTop TabOrder = 0 object TPage Left = 0 Top = 0 Caption = 'PAGE_METHOD' object RG_Action: TRadioGroup Left = 8 Top = 5 Width = 288 Height = 111 Caption = ' &Method for importing files: ' TabOrder = 0 end end object TPage Left = 0 Top = 0 Caption = 'PAGE_HTML' object RG_HTML: TRadioGroup Left = 8 Top = 5 Width = 288 Height = 111 Caption = ' &Method for importing HTML files: ' TabOrder = 0 end end end object Btn_HTML: TButton Left = 185 Top = 130 Width = 110 Height = 25 Caption = '&HTML options' TabOrder = 3 OnClick = Btn_HTMLClick end end